home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Top Model
/
Virtual Top Model - Disc 1.iso
/
modulos
/
mod-1.dxr
/
00026.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-01
|
286 b
|
18 lines
on exitFrame
global bPresMod1, bVideoNormal, bVideoOn
if bPresMod1 then
if bVideoNormal then
go("presenta")
else
go("presentaP")
end if
else
if bVideoNormal then
go("baile")
else
go("baileP")
end if
end if
set bVideoOn to 1
end